home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group03a.txt / 000079_icon-group-sender_Tue Apr 29 08:01:35 2003.msg < prev    next >
Internet Message Format  |  2003-12-22  |  2KB

  1. Return-Path: <icon-group-sender>
  2. Received: (from root@localhost)
  3.     by baskerville.CS.Arizona.EDU (8.11.1/8.11.1) id h3TF0Jw14769
  4.     for icon-group-addresses; Tue, 29 Apr 2003 08:00:19 -0700 (MST)
  5. Message-Id: <200304291500.h3TF0Jw14769@baskerville.CS.Arizona.EDU>
  6. X-Sender: whm@mail.mse.com (Unverified)
  7. Date: Mon, 28 Apr 2003 19:10:48 -0700
  8. To: Steve Graham <js.graham@attbi.com>
  9. From: "William H. Mitchell" <whm86@mse.com>
  10. Subject: Re: Using VIB
  11. Cc: icon-group@cs.arizona.edu
  12. Errors-To: icon-group-errors@cs.arizona.edu
  13. Status: RO
  14.  
  15. At 05:46 PM 4/27/03 +0000, Steve Graham wrote:
  16. >I'm trying to design a visual interface under Win98 using VIB.  Although 
  17. >I've put together a number of controls, I've only figured out how to 
  18. >code the callback for the quit button (by copying from another app). 
  19. > Can someone point me to an example of one that uses a text field, for 
  20. >example?
  21.  
  22. I spent some time on VIB in a class I'm teaching this semester.  On the
  23. page http://www.cs.arizona.edu/classes/cs451/handouts.htm you can find my
  24. slides.  If you look under "Full Sets of Slides", the "Icon Graphics" set
  25. has about forty VIB-related slides.  On the same page, Assignment 9
  26. (w/solns) has two VIB-based programs.
  27.  
  28. The WP-generated PDF files give some browser plug-ins heartburn, but if you
  29. download the PDFs things work fine.
  30.  
  31. Also, there are many VIB examples in the IPL under gprogs.
  32.  
  33. It's my understanding (and experience) that text fields don't work well on
  34. a top-level interface and are thus best used in dialogs.  (One example of a
  35. problem: there's no notion of focus -- they get keystrokes iff the pointer
  36. is over them.)
  37.  
  38. William Mitchell
  39. Mitchell Software Engineering
  40.